projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d422fe
)
i.MX6: mx6qsabrelite: add cache commands if cache is enabled
author
Eric Nelson
<
[email protected]
>
Sun, 4 Mar 2012 11:47:39 +0000
(11:47 +0000)
committer
Albert ARIBAUD
<
[email protected]
>
Mon, 16 Apr 2012 12:53:58 +0000
(14:53 +0200)
Signed-off-by: Eric Nelson <
[email protected]
>
Acked-by: Marek Vasut <
[email protected]
>
include/configs/mx6qsabrelite.h
patch
|
blob
|
history
diff --git
a/include/configs/mx6qsabrelite.h
b/include/configs/mx6qsabrelite.h
index d3b31fe8f4219a73b1b03ae4da577538d589375c..c851559bf86ef17e478c3e20eae79ae6605e8dfb 100644
(file)
--- a/
include/configs/mx6qsabrelite.h
+++ b/
include/configs/mx6qsabrelite.h
@@
-214,4
+214,8
@@
#define CONFIG_SYS_DCACHE_OFF
+#ifndef CONFIG_SYS_DCACHE_OFF
+#define CONFIG_CMD_CACHE
+#endif
+
#endif /* __CONFIG_H */